home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / business / pm52sw.zip / EDITOR.HLP < prev    next >
Text File  |  1992-02-13  |  3KB  |  123 lines

  1. *Cursor Positioning
  2.  
  3.   FUNCTION                    KEYSTROKE
  4.  
  5.   Word left                 ^F or ^Left arrow
  6.   Word right                ^A or ^Right arrow
  7.  
  8.   Line up                   ^E or Up arrow
  9.   Line down                 ^X or Down arrow
  10.   Page up                   ^R or PgUp
  11.   Page down                 ^C or PgDn
  12.  
  13.   Beginning of document     ^QC or ^PgUp
  14.   End of document           ^QR or ^PgDown
  15.   Beginning of line          Home
  16.   End of line                End
  17. #
  18.  
  19. *Text Manipulation
  20.  
  21.     FUNCTION                    KEYSTROKE
  22.  
  23.     Delete char                 ^G or Del
  24.     Delete word                 ^T
  25.     Delete line                 ^Y
  26.  
  27.     Insert / overwrite          ^V or Ins
  28.     New line                    ^M or Enter
  29.     Insert line                 ^N
  30.  
  31.     Don't interpret next key    ^P
  32.     (^P inserts the next key as an ASCII value)
  33. #
  34.  
  35. *Block commands
  36.  
  37.   FUNCTION                   KEYSTROKE
  38.  
  39.   Mark start of block        ^KB or F7
  40.   Mark end of block          ^KK or F8
  41.   Go to start of block       ^QB
  42.   Go to end of block         ^QK
  43.  
  44.   Read block (insert text)   ^KR
  45.   Write block                ^KW
  46.  
  47.   Copy block                 ^KC
  48.   Delete block (cut)         ^KY or F5
  49.   Move block                 ^KV
  50.  
  51.   Print block                ^KP
  52.   Unmark block               ^KH
  53. #
  54.  
  55. *Function keys
  56.  
  57.  F1 - Help               Shft-F1  - Set Help File Directory
  58.  F2 - Save file          Shft-F2  - Select Directory
  59.  F3 - Load file          Shft-F3  - Set Default Extension
  60.  F4 - <not assigned>
  61.  F5 - <not assigned>
  62.  F6 - Print Document     Shft-F6  - Setup Printer
  63.  F7 - Block begin
  64.  F8 - Block end          Shft-F8  - Remove Block Markers
  65.  F9 - Find               Shft-F9  - Find and Replace
  66.  F10- <not assigned>     Shft-F10 - Delete ALL Text
  67.  
  68.  (All commands that destroy text will ask for confirmation)
  69.  
  70. #
  71.  
  72. *Searching and Replacing
  73.  
  74.     FUNCTION                   KEYSTROKE
  75.  
  76.     Find                       ^QF
  77.     Find and replace           ^QA
  78.     Resume search              ^L
  79.  
  80.  Search Options:  G  - Global search
  81.                   B  - Backwards search
  82.                   C  - Count replacments
  83.                   U  - Ignore case
  84.                   W  - Whole word search
  85.                   N  - No confirmation
  86.                  [n] - repeat n times
  87.  
  88. #
  89.  
  90. *File Commands
  91.  
  92.  
  93.  Saving:
  94.    Save and continue          ^KS or F2
  95.    Save and exit              ^KX or ^KD or ^END or Alt-X
  96.    Save a block               ^KW
  97.  
  98.  Quitting:
  99.    Save and exit              ^KX or ^KD or ^END or Alt-X
  100.    Abandon changes and exit   ^KQ or ESCape
  101.  
  102.  Loading:
  103.    Load a file                 F3
  104.    Read in a file as a block   ^KR
  105. #
  106.  
  107. *Resizing the Edit Window
  108.  
  109.  
  110.  
  111.       To activate move/resize, press the
  112.       ScrollLock key.  You will be in move/resize
  113.       mode until ScrollLock is Off, or ESCape
  114.       is pressed.
  115.  
  116.       To MOVE, press keypad arrow keys.
  117.       To RESIZE, press Shift and keypad arrow keys.
  118.  
  119.       Left Shift to Shrink the window size.
  120.       Right Shift to Grow the window size.
  121.  
  122. #
  123.